ListObservable.RemoveAt(int) method¶
Defined in
Type: ListObservableSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void RemoveAt(int index)
Summary: Removes the ListObservable item at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
index | int | The index of the item to remove. |